.main{
            background: #2196f3;
        }
        .body-back{
            height: auto;
            /*
            background-image: url(../../../static/signup-background-image.jpg);
            */
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
        }
        label.control-label.required {
    padding-top: 0px;
    letter-spacing: .32px;
    display: inline-block;
    color: #525252;
    font-weight: 400;
    vertical-align: initial;
    font-size: 12px;
    margin-bottom: 8px;
}
.helper-text {
    padding-top: 0px;
    letter-spacing: .32px;
    display: inline-block;
    color: #525252;
    font-weight: 400;
    vertical-align: initial;
    font-size: 12px;
}
        .login-pan-back{
            background: #ffffff;
            padding: 10px 25px 10px;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
            z-index: 999999999;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            overflow: hidden;
            zoom: 1;
        }
.ms-n5 {
    position: relative;
    left: 175px;
    bottom: 36px;
    background: transparent;
    color: white;
}
.bgimage {
    background-image: url(/static/images/log.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
        .login-pan{
            color: #212121;
            border: none;
            text-align: center;
            background: transparent;
            top: 50%;
            left: 50%;
            padding: 0;
            max-width: 600px;
            width: 100%;
            margin: 0 auto;
        }
        .input-type{
            border-color: #d0d1d4;
            padding: 0px 15px;
            height: 46px;
            font-weight: normal;
            box-shadow: none;
            border-radius: 0px;
            line-height: 20px;
        }
        .social-buttons{
            font-weight: 500;
            height: 40px;
            text-align: center;
            vertical-align: middle;
            line-height: 2;
            border-radius: 0px;
            box-shadow: 0 0px 0px 0 rgba(125, 119, 146, 0.50), 0 1px 4px 0 rgba(125, 119, 146, 0.24);
        }
        .hr-text {
            line-height: 1em;
            position: relative;
            outline: 0;
            border: 0;
            color: black;
            text-align: center;
            height: 1.5em;
            opacity: .5;
        }
        .hr-text:before {
            content: '';
            background: linear-gradient(to right, transparent, black, transparent);
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
        }
        .hr-text:after {
            content: attr(data-content);
            position: relative;
            display: inline-block;
            color: black;
            padding: 0 .5em;
            line-height: 1.5em;
            background-color: #fcfcfa;
        }
        .separate{
            background: #d0d1d4;
            height: 1px;
            width: 75%;
        }
        .form-control{
            display: block;
            width: 100%;
            height: 38px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: none;
            box-shadow: none;
            overflow: hidden;
        }
        label{
            font-size: 12px;
        }
        hr {
            margin-top: 10px;
            margin-bottom: 10px;
        }
